home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-03 | 42.8 KB | 1,617 lines |
- [0m[0 p [0;1mThe ARexx-commands of TextPlus[0m
- [0;1m(c) 1991 by Martin Steppler[0m
-
- [0;1mCONTENTS[0m
-
- Activate ................................................ 4
- Append .................................................. 4
- AutoDivMode ............................................. 4
- AutoSave ................................................ 4
-
- BackTab ................................................. 4
- BackUpMode .............................................. 5
- BBottom ................................................. 5
- BCopy ................................................... 5
- BCopyTmp ................................................ 5
- BDelBackTab ............................................. 5
- BDelete ................................................. 6
- BIndent ................................................. 6
- BInsTab ................................................. 6
- BLeft ................................................... 6
- Block ................................................... 6
- BLoad ................................................... 7
- BMode ................................................... 7
- BMove ................................................... 7
- Bottom .................................................. 7
- BPaste .................................................. 7
- BPrint .................................................. 8
- BRight .................................................. 8
- BS ...................................................... 8
- BSave ................................................... 8
- BTop .................................................... 8
-
- Casesensitive ........................................... 9
- ChFilename .............................................. 9
- Clear ................................................... 9
- ClearTab ................................................ 9
- ClearTabs ............................................... 9
- Clock ................................................... 10
- Color ................................................... 10
- ColorCode ............................................... 10
- Continuous .............................................. 10
- CR ...................................................... 11
-
- Del ..................................................... 11
- DelBackTab .............................................. 11
- DelLeft ................................................. 11
- DelLine ................................................. 11
- DelRight ................................................ 12
- DelSpace ................................................ 12
- Display ................................................. 12
- Down .................................................... 12
- Draft ................................................... 12
-
- Execute ................................................. 13
-
- Find .................................................... 13
- First ................................................... 13
- Footnotes ............................................... 13
- FootnotesFile ........................................... 13
- Formfeed ................................................ 14
- FromPage ................................................ 14
-
- GetChar ................................................. 14
- GetName ................................................. 14
- GetString ............................................... 14
- GoTo .................................................... 15
- GoToLine ................................................ 15
-
- Iconify ................................................. 15
- InsertMode .............................................. 15
- InsTab .................................................. 15
- InsertDate .............................................. 16
- InsertSMark ............................................. 16
-
- Justify ................................................. 16
-
- Last .................................................... 16
- Left .................................................... 16
- LeftEdge ................................................ 17
- LeftMargin .............................................. 17
- LetterMode .............................................. 17
- Load .................................................... 17
-
- MoveWindow .............................................. 17
-
- NewWindow ............................................... 18
- Next .................................................... 18
- NextR ................................................... 18
- Numberlines ............................................. 18
- Numberpages ............................................. 19
-
- PageDown ................................................ 19
- PageLength .............................................. 19
- PageUp .................................................. 19
- PaperLength ............................................. 19
- Prev .................................................... 19
- PrevR ................................................... 20
- PrintAll ................................................ 20
- PrintPage ............................................... 20
- Proportional ............................................ 20
-
- Quit .................................................... 20
-
- Replace ................................................. 21
- Right ................................................... 21
- RightMargin ............................................. 21
- RX ...................................................... 21
-
- Save .................................................... 21
- SaveAndQuit ............................................. 21
- ScreenBottom ............................................ 22
- ScreenDown .............................................. 22
- ScreenUp ................................................ 22
- ScreenToBack ............................................ 22
- ScreenToFront ........................................... 22
- ScreenTop ............................................... 23
- SendToPar ............................................... 23
- SerialLetter ............................................ 23
- SerialLetterFile ........................................ 23
- SetColors ............................................... 23
- SetFont ................................................. 24
- SetTab .................................................. 24
- SizeWindow .............................................. 24
- Style ................................................... 24
-
- Tab ..................................................... 24
- Top ..................................................... 25
- ToMouse ................................................. 25
- ToPage .................................................. 25
- Type .................................................... 25
-
- UnBlock ................................................. 25
- Undo .................................................... 26
- UndoDelLine ............................................. 26
- Up ...................................................... 26
-
- WDelLeft ................................................ 26
- WDelRight ............................................... 26
- Width ................................................... 27
- WindowToBack ............................................ 27
- WindowToFront ........................................... 27
- WLeft ................................................... 27
- WRight .................................................. 27
-
- [0;1mARexx-return-codes of TextPlus[0m
-
- [0;1mErrorCode Severity Meaning[0m
-
- 0 10 no window available for execution of
- sent command
- 1 4 error while loading
- 2 4 error while printing
- 3 4 couldn't open window
- 4 4 error while saving
- 5 4 couldn't find window
- 6 4 error while executing 'Execute'
- 7 1 operation on block failed
- 8 1 find / replace failed
- 9 1 changing of prefs failed
- 10 1 operation on window failed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- [0;1mNAME Activate Filename[0m
-
- [0;1mFUNCTION [0mActivate window with the name 'filename'
-
- [0;1mEXAMPLE [0mActivate MAN:TP-ARexx.doc
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 5 Severity 4
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME Append Filename[0m
-
- [0;1mFUNCTION [0mAppend the file 'filename' to the end of the cur-
- rent file.
-
- [0;1mEXAMPLE [0mAppend RAM:TP.tmp
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 4 Severity 1
-
- [0;1mSEE ALSO [0m [0;1m [0mBLoad
-
-
- [0;1mNAME AutoDivMode switch[0m
-
- [0;1mFUNCTION [0mSwitch auto-div-mode on or off.
-
- [0;1mEXAMPLE [0mAutoDivMode on
- AutoDivMode off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0m BackUpMode, BMode, InsertMode, Lettermode
-
-
- [0;1mNAME AutoSave n[0m
-
- [0;1mFUNCTION [0mSave the current file every n minutes.
-
- [0;1mEXAMPLE [0mAutoSave 10
- AutoSave 0 (switches AutoSave off)
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1m NAME BackTab[0m
-
- [0;1mFUNCTION [0mJump to previous tabulator.
-
- [0;1mEXAMPLE [0mBackTab
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0m Tab, BInsTab, BDelBackTab, InsTab, DelBackTab
- BLeft, BRight
-
-
-
- [0;1m NAME BackUpMode switch[0m
-
- [0;1mFUNCTION [0mSwitch backup-mode on or off.
-
- [0;1mEXAMPLE [0mBackUpMode on
- BackUpMode off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mAutoDivMode, BMode, InsertMode, Lettermode
-
-
- [0;1m NAME BBottom[0m
-
- [0;1mFUNCTION [0mGo to the last line of the current block.
-
- [0;1mEXAMPLE [0mBBottom
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBTop
-
-
- [0;1mNAME BCopy[0m
-
- [0;1mFUNCTION [0m Copy the current block to the cursor's current
- position.
-
- [0;1mEXAMPLE [0mBCopy
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBMove, BPaste, BDelete
-
-
- [0;1mNAME BCopyTmp[0m
-
- [0;1mFUNCTION [0mIf a block has been defined, it will be saved as
- TP.tmp. If not, TP.tmp will be loaded and inserted
- at the cursor's current position.
-
- [0;1mEXAMPLE [0mBCopyTmp
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBLoad, BSave
-
-
- [0;1mNAME BDelBackTab[0m
-
- [0;1mFUNCTION [0mMove the marked block to the previous tabulator.
-
- [0;1mEXAMPLE [0mBDelBackTab
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBInsTab, Tab, BackTab, InsTab, DelBackTab, BLeft,
- BRight
-
-
- [0;1mNAME BDelete[0m
-
- [0;1mFUNCTION [0mDelete the marked block.
-
- [0;1mEXAMPLE [0mBDelete
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBCopy, BMove, BPaste, UnBlock
-
-
- [0;1mNAME [0m [0;1mBIndent n[0m
-
- [0;1mFUNCTION [0mIndent the first line of the marked block by n
- columns.
-
- [0;1mEXAMPLE [0mBIndent 3
- BIndent 0
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 9 Severity 1
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME BInsTab[0m
-
- [0;1mFUNCTION [0mMove the marked block to the next tabulator.
-
- [0;1mEXAMPLE [0mBInsTab
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBDelBackTab, InsTab, DelBackTab, Tab, BackTab,
- BLeft, BRight
-
-
- [0;1mNAME BLeft[0m
-
- [0;1mFUNCTION [0mMove the marked block one column to the left.
-
- [0;1mEXAMPLE [0mBLeft
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBRight, BInsTab, BDelBackTab, InsTab, DelBackTab,
- Tab, BackTab
-
-
- [0;1mNAME Block[0m
-
- [0;1mFUNCTION [0mMark start or end of block.
-
- [0;1mEXAMPLE [0mBlock (start marked)
- Block (end marked)
- Block (new start marked)
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mUnBlock
-
-
- [0;1mNAME BLoad Filename[0m
-
- [0;1mFUNCTION [0m Load 'filename' and insert it at the cursor's
- current position.
-
- [0;1mEXAMPLE [0mBLoad MAN:TP-ARexx.doc
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 1 Severity 4
- oder ErrorCode 7 Severity 1
-
- [0;1mSEE ALSO [0mBSave, BCopyTmp
-
-
- [0;1mNAME BMode what[0m
-
- [0;1mFUNCTION [0mSet mark-mode to what.
-
- [0;1mEXAMPLE [0mBMode word
- BMode line
- BMode block
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mAutoDivMode, BackUpMode, InsertMode, LetterMode
-
-
- [0;1mNAME BMove[0m
-
- [0;1mFUNCTION [0mMove the marked block to the cursor's current
- position.
-
- [0;1mEXAMPLE [0mBMove
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBCopy, BPaste, BDelete, UnBlock
-
-
- [0;1mNAME Bottom[0m
-
- [0;1mFUNCTION [0mJump to bottom of file.
-
- [0;1mEXAMPLE [0mBottom
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mTop, ScreenBottom, ScreenTop
-
-
- [0;1mNAME BPaste[0m
-
- [0;1mFUNCTION [0mPaste the marked block at the cursor's current
- position.
-
- [0;1mEXAMPLE [0mBPaste
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBCopy, BMove, BDelete, UnBlock
-
- [0;1mNAME BPrint[0m
-
- [0;1mFUNCTION [0mPrint the marked block.
-
- [0;1mEXAMPLE [0mBPrint
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 2 Severity 4
-
- [0;1mSEE ALSO [0mPrintAll, PrintPage
-
-
- [0;1mNAME BRight[0m
-
- [0;1mFUNCTION [0mMove the marked block one column to the right.
-
- [0;1mEXAMPLE [0mBRight
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBLeft, BInsTab, BDelBackTab, InsTab, DelBackTab,
- Tab, BackTab
-
-
- [0;1mNAME BS[0m
-
- [0;1mFUNCTION [0m Backspace (delete the char to the left of the
- cursor)
-
- [0;1mEXAMPLE [0mBS
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mDel
-
-
- [0;1mNAME BSave Filename[0m
-
- [0;1mFUNCTION [0mSave the marked block to a file.
-
- [0;1mEXAMPLE [0mBSave RAM:Block
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 4 Severity 4
- oder ErrorCode 7 Severity 1
-
- [0;1mSEE ALSO [0mBLoad, Load, Save
-
-
- [0;1mNAME BTop[0m
-
- [0;1mFUNCTION [0mJump to the top of the marked block.
-
- [0;1mEXAMPLE [0mBTop
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBBottom
-
-
-
-
- [0;1mNAME Casesensitive switch[0m
-
- [0;1mFUNCTION [0mSwitch 'casesensitive' on or off.
-
- [0;1mEXAMPLE [0mCasesensitive on
- Casesensitive off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mFind, Replace, Next, NextR, Prev, PrevR,
- Continuous
-
-
- [0;1m NAME ChFilename Filename[0m
-
- [0;1mFUNCTION [0mChange the name of the working file.
-
- [0;1mEXAMPLE [0mChFilename MAN:TP-ARexx.doc
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mGetName
-
-
- [0;1mNAME Clear[0m
-
- [0;1mFUNCTION [0mDelete the current file.
-
- [0;1mEXAMPLE [0mClear
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME ClearTab n[0m
-
- [0;1mFUNCTION [0mDelete the tabulator of column n.
-
- [0;1mEXAMPLE [0mClearTab 7
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mSetTab, ClearTabs
-
-
- [0;1mNAME ClearTabs[0m
-
- [0;1mFUNCTION [0mDelete all tabulators.
-
- [0;1mEXAMPLE [0mClearTabs
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mSetTab, ClearTab
-
-
-
-
-
- [0;1mNAME Clock switches[0m
-
- [0;1mFUNCTION [0mChange the clock-display.
-
- [0;1mEXAMPLE [0mClock on (switch clock on)
- Clock off (switch clock off)
- Clock on time date (switch time and date-display
- on)
- Clock off memory (switch memory-display off)
- Clock on time date off reverse
- (switch time and date-display
- on and reverse-display off)
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME Color n[0m
-
- [0;1mFUNCTION [0mSet the current drawing color to n.
-
- [0;1mEXAMPLE [0mColor 1
- Color 2
- Color 3
- Color 4
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mStyle, Justify
-
-
- [0;1mNAME ColorCode n switch what[0m
-
- [0;1mFUNCTION [0m Set command-sequence to what, which will be sent
- at the beginning or end (switch) of color n during
- printing. (1<=n<=4)
-
- [0;1mEXAMPLE [0mColorCode 1 on 27/120/1
- ColorCode 2 off 27/112/0
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME Continuous switch[0m
-
- [0;1mFUNCTION [0mSwitch 'Continuous'-mode on or off.
-
- [0;1mEXAMPLE [0mContinuous on
- Continuous off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mCasesensitive, Find, Replace, Next, NextR, Prev,
- PrevR
-
-
-
- [0;1mNAME CR[0m
-
- [0;1mFUNCTION [0mCarriage return at the cursor's current position.
-
- [0;1mEXAMPLE [0mCR
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME DelBackTab[0m
-
- [0;1mFUNCTION [0mDelete the line up to the previous tabulator.
-
- [0;1mEXAMPLE [0mDelBackTab
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mInsTab, BDelBackTab, BInsTab, BRight, BLeft, Tab,
- BackTab
-
-
- [0;1mNAME Del[0m
-
- [0;1mFUNCTION [0mDelete the character under the cursor.
-
- [0;1mEXAMPLE [0mDel
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBS
-
-
- [0;1mNAME DelLeft[0m
-
- [0;1mFUNCTION [0mDelete beginning of line.
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mDelRight, DelSpace
-
-
- [0;1mNAME DelLine[0m
-
- [0;1mFUNCTION [0mDelete the current line.
-
- [0;1mEXAMPLE [0mDelLine
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mUndoDelLine
-
-
-
-
-
-
-
-
- [0;1mNAME DelRight[0m
-
- [0;1mFUNCTION [0mDelete rest of line.
-
- [0;1mEXAMPLE [0mDelRight
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mDelLeft, DelSpace
-
-
- [0;1mNAME DelSpace[0m
-
- [0;1mFUNCTION [0mDelete all spaces until reaching end of line.
-
- [0;1mEXAMPLE [0mDelSpace
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mDelLeft, DelRight
-
-
- [0;1mNAME Display string[0m
-
- [0;1mFUNCTION [0m Display a string in the command-line above the
- ruler.
-
- [0;1mEXAMPLE [0mDisplay Hello, world!
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME Down[0m
-
- [0;1mFUNCTION [0mMove cursor one line down.
-
- [0;1mEXAMPLE [0mDown
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mUp, Left, Right, First, Last
-
-
- [0;1mNAME Draft what[0m
-
- [0;1mFUNCTION [0mFor printing set draft to what.
-
- [0;1mEXAMPLE [0mDraft nlq
- Draft pica
- Draft elite
- Draft condensed
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
-
- [0;1mNAME Execute command[0m
-
- [0;1mFUNCTION [0mExecute a CLI-command.
- Note: NULL: must be mounted!
-
- [0;1mEXAMPLE [0mExecute C:NewCLI "CON:0/0/640/200/TextPlusShell"
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 6 Severity 4
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME Find findstring[0m
-
- [0;1mFUNCTION [0mset search pattern to findstring and do a 'Next'
-
- [0;1mEXAMPLE [0mFind TextPlus
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 8 Severity 1
-
- [0;1mSEE ALSO [0mNext, Prev, Casesensitive, Replace, NextR, PrevR,
- Continuous
-
-
- [0;1mNAME First[0m
-
- [0;1mFUNCTION [0mMove to the first column.
-
- [0;1mEXAMPLE [0mFirst
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mLast, Left, Right, WLeft, WRight
-
-
- [0;1mNAME Footnotes switch[0m
-
- [0;1mFUNCTION [0mSwitch the printing of footnotes on or off.
-
- [0;1mEXAMPLE [0mFootnotes on
- Footnotes off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mFootnotesFile, SerialLetter, SerialLetterFile
-
-
- [0;1mNAME FootnotesFile [0mfilename
-
- [0;1mFUNCTION [0mSet footnotesfile for the next print-out.
-
- [0;1mEXAMPLE [0mFootnotesFile DF0:Footnotes
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mFootnotes, SerialLetter, SerialLetterFile
-
-
-
-
- [0;1mNAME Formfeed switch[0m
-
- [0;1mFUNCTION [0mSwitch formfeed on or off.
-
- [0;1mEXAMPLE [0mFormfeed on
- Formfeed off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mProportional, NumberLines, NumberPages
-
-
- [0;1mNAME FromPage n[0m
-
- [0;1mFUNCTION [0mStart the next print-out from page n.
- Note: Don't exceed the ToPage-value.
-
- [0;1mEXAMPLE [0mFromPage 3
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mToPage
-
-
- [0;1mNAME GetChar[0m
-
- [0;1mFUNCTION [0m Copy the character under the cursor to the
- 'result' string. If there's no char under the
- cursor, 'result' is empty.
-
- [0;1mEXAMPLE [0mGetChar
- Say result
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mGetString
-
-
- [0;1mNAME GetName[0m
-
- [0;1mFUNCTION [0m Copy the name of the current window to the 'result'
- [0m string.
-
- [0;1mEXAMPLE [0mGetName
- Say result
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mChFilename
-
-
- [0;1mNAME GetString[0m
-
- [0;1mFUNCTION [0mCopy the current line to the 'result' string.
-
- [0;1mEXAMPLE [0mGetString
- Say result
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mGetChar
- [0;1mNAME GoTo string[0m
-
- [0;1mFUNCTION [0mGo to the line, which starts with 'string'.
-
- [0;1mEXAMPLE [0mGoTo main(
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 8 Severity 1
-
- [0;1mSEE ALSO [0mGoToLine, Find
-
-
- [0;1mNAME GoToLine n[0m
-
- [0;1mFUNCTION [0mJump to line n.
-
- [0;1mEXAMPLE [0mGoToLine 35
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 8 Severity 1
-
- [0;1mSEE ALSO [0mGoTo, Find
-
-
- [0;1mNAME Iconify[0m
-
- [0;1mFUNCTION [0mIconify the current window. Uniconify will be car-
- ried out automatically, if an iconified window
- receives a command.
-
- [0;1mEXAMPLE [0mIconify
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME InsertMode switch[0m
-
- [0;1mFUNCTION [0mSwitch 'InsertMode' on or off.
-
- [0;1mEXAMPLE [0mInsertMode on
- InsertMode off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mAutoDivMode, BackUpMode, LetterMode, BMode
-
-
- [0;1mNAME InsTab[0m
-
- [0;1mFUNCTION [0mInsert spaces until reaching the next tabulator.
-
- [0;1mEXAMPLE [0mInsTab
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mDelBackTab, BInsTab, BDelBackTab, BRight, BLeft,
- Tab, BackTab
-
-
-
- [0;1mNAME InsertDate[0m
-
- [0;1mFUNCTION [0mInsert the current date.
-
- [0;1mEXAMPLE [0mInsertDate
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME InsertSMark[0m
-
- [0;1mFUNCTION [0mInsert the serial letter mark.
-
- [0;1mEXAMPLE [0mInsertSMark
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME Justify what[0m
-
- [0;1mFUNCTION [0mJustify marked block or current line.
-
- [0;1mEXAMPLE [0mJustify left
- Justify right
- Justify center
- Justify block
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mStyle, Color
-
-
- [0;1mNAME Last[0m
-
- [0;1mFUNCTION [0mMove one beyond the last non-space in a line.
-
- [0;1mEXAMPLE [0mLast
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mFirst, Left, Right, WLeft, WRight
-
-
- [0;1mNAME Left[0m
-
- [0;1mFUNCTION [0mCursor left.
-
- [0;1mEXAMPLE [0mLeft
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mRight, First, Last, WLeft, WRight
-
-
-
-
- [0;1mNAME LeftEdge n[0m
-
- [0;1mFUNCTION [0mSet the left edge to column n.
-
- [0;1mEXAMPLE [0mLeftEdge 10
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 9 Severity 1
-
- [0;1mSEE ALSO [0mWidth
-
-
- [0;1mNAME LeftMargin n[0m
-
- [0;1mFUNCTION [0mSet the left margin for the next print-out to
- column n.
-
- [0;1mEXAMPLE [0mLeftMargin 5
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mRightMargin
-
-
- [0;1mNAME Lettermode what[0m
-
- [0;1mFUNCTION [0mSet letter-mode to what.
-
- [0;1mEXAMPLE [0mLettermode letter
- Lettermode ansi
- Lettermode ascii
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mAutoDivMode, BackUpMode, BMode, InsertMode
-
-
- [0;1mNAME Load filename[0m
-
- [0;1mFUNCTION [0mLoad a file.
-
- [0;1mEXAMPLE [0mLoad S:TxP.Printer
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 4 Severity 1
-
- [0;1mSEE ALSO [0mBLoad, Append
-
-
- [0;1mNAME MoveWindow dx dy[0m
-
- [0;1mFUNCTION [0mMove the current window.
-
- [0;1mEXAMPLE [0mMoveWindow -10 10
- MoveWindow 5 -20
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 10 Severity 1
-
- [0;1mSEE ALSO [0mSizeWindow, NewWindow
-
-
-
- [0;1mNAME NewWindow (filename) (x y dx dy)[0m
-
- [0;1mFUNCTION [0mOpen a new window.
-
- [0;1mEXAMPLE [0mNewWindow
- NewWindow Name_des_neuen_Fensters
- NewWindow 0 11 640 245
- NewWindow Name_des_neuen_Fensters 0 11 640 245
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 3 Severity 4
-
- [0;1mSEE ALSO [0mMoveWindow, SizeWindow
-
-
- [0;1mNAME Next[0m
-
- [0;1mFUNCTION [0mFind next occurrence of search pattern and place
- cursor at the beginning of the word or send error-
- code.
-
- [0;1mEXAMPLE [0mNext
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 8 Severity 1
-
- [0;1mSEE ALSO [0mPrev, Find, Replace, NextR, PrevR, Casesensitive,
- Continuous
-
-
- [0;1mNAME NextR[0m
-
- [0;1mFUNCTION [0mFind next occurrence of search pattern and replace
- it by replace pattern or send error-code.
- If 'Continuous' is switched on, NextR will carry on
- replacing until reaching end of file.
-
- [0;1mEXAMPLE [0mNextR
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 8 Severity 1
-
- [0;1mSEE ALSO [0mPrevR, Replace, Continuous, Casesensitive, Next,
- Prev, Find
-
-
- [0;1mNAME NumberLines switch[0m
-
- [0;1mFUNCTION [0mSwitch numbering of lines for the next print-out
- on or off.
-
- [0;1mEXAMPLE [0mNumberLines on
- NumberLines off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mNumberPages, Formfeed, Proportional
-
-
-
-
-
-
- [0;1mNAME NumberPages switch[0m
-
- [0;1mFUNCTION [0m Switch the numbering of pages for the next print-
- out on or off.
-
- [0;1mEXAMPLE [0mNumberPages on
- NumberPages off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mNumberLines, Formfeed, Proportional
-
-
- [0;1mNAME PageDown[0m
-
- [0;1mFUNCTION [0mMove one page down.
-
- [0;1mEXAMPLE [0mPageDown
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mPageUp, ScreenUp, ScreenDown
-
-
- [0;1mNAME PageLength n[0m
-
- [0;1mFUNCTION [0mSet the page-length to n lines.
-
- [0;1mEXAMPLE [0mPageLength 60
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 9 Severity 1
-
- [0;1mBUGS[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME Prev[0m
-
- [0;1mFUNCTION [0mFind previous occurrence of search pattern and
- place cursor at the beginning of the found word or
- send error-code.
-
- [0;1mEXAMPLE [0mPrev
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 8 Severity 1
-
- [0;1mSEE ALSO [0mNext, Find, Casesensitive, Continuous, NextR,
- [0mPrevR, Replace
-
-
-
-
-
-
-
-
-
-
-
- [0;1mNAME PrevR[0m
-
- [0;1mFUNCTION [0mFind previous occurrence of search pattern and
- replace it by replace pattern or send error-code.
- If 'Continuous' is switched on, NextR will carry on
- replacing until reaching begin of file.
-
- [0;1mEXAMPLE [0mPrevR
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 8 Severity 1
-
- [0;1mSEE ALSO [0mNextR, Replace, Casesensitive, Continuous, Find,
- Next, Prev
-
-
- [0;1mNAME PrintAll[0m
-
- [0;1mFUNCTION [0m Start printing at page 'FromPage' and quit
- [0mafter printing page 'ToPage'.
-
- [0;1mEXAMPLE [0mPrintAll
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 2 Severity 4
-
- [0;1mSEE ALSO [0mPrintPage, ToPage, FromPage
-
-
- [0;1mNAME PrintPage n[0m
-
- [0;1mFUNCTION [0mPrint page n.
-
- [0;1mEXAMPLE [0mPrintPage 7
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 2 Severity 4
-
- [0;1mSEE ALSO [0mPrintAll
-
-
- [0;1mNAME Proportional switch[0m
-
- [0;1mFUNCTION [0mSwitch proportional-print for the next print-out
- on or off.
-
- [0;1mEXAMPLE [0mProportional on
- Proportional off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mFormfeed, NumberLines, NumberPages
-
- [0;1mNAME Quit[0m
-
- [0;1mFUNCTION [0mClose the current window and - if it was the last
- to be open - quit TP.
-
- [0;1mEXAMPLE [0mQuit
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
- [0;1mNAME Replace findstring replacestring[0m
-
- [0;1mFUNCTION [0mSet search pattern to 'findstring' and replace
- pattern to 'replacestring' and do a 'NextR'
-
- [0;1mEXAMPLE [0mReplace find_me found_you
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 8 Severity 1
-
- [0;1mSEE ALSO [0mNextR, PrevR, Continuous, Casesensitive, Find,
- Next, Prev
-
-
- [0;1mNAME Right[0m
-
- [0;1mFUNCTION [0mMove cursor right.
-
- [0;1mEXAMPLE [0mRight
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mLeft, First, Last, WLeft, WRight
-
-
- [0;1mNAME RightMargin n[0m
-
- [0;1mFUNCTION [0m Set right margin to column n for the next print-
- out.
-
- [0;1mEXAMPLE [0mRightMargin 80
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mLeftMargin
-
-
- [0;1mNAME RX macro args[0m
-
- [0;1mFUNCTION [0mExecute a macro and pass arguments to it or not.
-
- [0;1mEXAMPLE [0mRX my_first_macro.tpl one two three_arguments
- RX my_second_macro.tpl
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME Save (filename)[0m
-
- [0;1mFUNCTION [0mSave current file. If no filename was specified,
- the file will be saved under the current window's
- name.
-
- [0;1mEXAMPLE [0mSave
- Save DF0:Ein_Filename
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 4 Severity 4
-
- [0;1mSEE ALSO [0mBSave, BCopyTmp, SaveAndQuit
- [0;1mNAME ScreenBottom[0m
-
- [0;1mFUNCTION [0mMove to bottom of current screen.
-
- [0;1mEXAMPLE [0mScreenBottom
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mScreenTop, Bottom, Top
-
-
- [0;1mName ScrennDown[0m
-
- [0;1mFUNCTION [0mMove one screen down.
-
- [0;1mEXAMPLE [0mScreenDown
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mScreenUp, PageUp, PageDown
-
-
- [0;1mNAME ScreenUp[0m
-
- [0;1mFUNCTION [0mMove one screen up.
-
- [0;1mEXAMPLE [0mScreenUp
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mScreenDown, PageUp, PageDown
-
-
- [0;1mNAME ScreenToBack[0m
-
- [0;1mFUNCTION [0mThrust TextPlus-screen into the background.
-
- [0;1mEXAMPLE [0mScreenToBack
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mScreenToFront, WindowToFront, WindowToBack
-
-
- [0;1mNAME ScreenToFront[0m
-
- [0;1mFUNCTION [0mThrust TextPlus-screen into the foreground.
-
- [0;1mEXAMPLE [0mScreenToFront
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mScreenToBack, WindowToFront, WindowToBack
-
-
-
-
-
-
-
- [0;1mNAME ScreenTop[0m
-
- [0;1mFUNCTION [0mMove to top of current screen.
-
- [0;1mEXAMPLE [0mScreenTop
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mScreenBottom, Top, Bottom
-
-
- [0;1mNAME SendToPar switch[0m
-
- [0;1mFUNCTION [0mSend data to be printed either to par: or prt:
-
- [0;1mEXAMPLE [0mSendToPar on (par:)
- SendToPar off (prt:)
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME SerialLetter switch[0m
-
- [0;1mFUNCTION [0mSwitch the printing of serial letters on or off.
-
- [0;1mEXAMPLE [0mSerialLetter on
- SerialLetter off
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mSerialLetterFile, Footnotes, FootnotesFile
-
-
- [0;1mNAME SerialLetterFile filename[0m
-
- [0;1mFUNCTION [0mSet serial-letter-file for the next print-out.
-
- [0;1mEXAMPLE [0mSerialLetterFile DF0:Serialletter
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mSerialLetter, Footnotes, FootnotesFile
-
-
- [0;1mNAME SetColors[0m
-
- [0;1mFUNCTION [0mSet screen colors.
-
- [0;1mEXAMPLE [0mSetColors AAA 000 FFF 57B
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
-
-
-
- [0;1mNAME SetFont fontname fontsize[0m
-
- [0;1mFUNCTION [0mSet the font of the current window.
- Note: Don't use proportional-fonts.
-
- [0;1mEXAMPLE [0mSetFont topaz.font 11
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 9 Severity 1
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME SetTab n[0m
-
- [0;1mFUNCTION [0mSet a tabulator at column n.
-
- [0;1mEXAMPLE [0mSetTab 17
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 9 Severity 1
-
- [0;1mSEE ALSO [0mClearTab, ClearTabs
-
-
- [0;1mNAME SizeWindow dx dy[0m
-
- [0;1mFUNCTION [0mResize window.
-
- [0;1mEXAMPLE [0mSizeWindow 0 -100
- SizeWindow -300 20
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 10 Severity 1
-
- [0;1mSEE ALSO [0mClearTab, ClearTabs
-
-
- [0;1mNAME Style what[0m
-
- [0;1mFUNCTION [0mSwitch text-style to what.
-
- [0;1mEXAMPLE [0mStyle normal
- Style underlined
- Style bold
- Style italic
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mJustify, Color
-
-
- [0;1mNAME Tab[0m
-
- [0;1mFUNCTION [0mJump to next tabulator.
-
- [0;1mEXAMPLE [0mTab
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBackTab, InsTab, DelBackTab, BInsTab, BDelBackTab,
- BLeft, BRight
-
- [0;1mNAME Top[0m
-
- [0;1mFUNCTION [0mMove to top of file.
-
- [0;1mEXAMPLE [0mTop
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBottom, ScreenTop, ScreenBottom
-
-
- [0;1mNAME ToMouse[0m
-
- [0;1mFUNCTION [0mMove cursor to mouse-position.
-
- [0;1mEXAMPLE [0mToMouse
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME ToPage n[0m
-
- [0;1mFUNCTION [0mSet last page to be printed to n.
-
- [0;1mEXAMPLE [0mToPage 9
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mFromPage, PrintAll
-
-
- [0;1mNAME Type string[0m
-
- [0;1mFUNCTION [0mEnter text as if typed.
-
- [0;1mEXAMPLE [0mType 'Hello, world!'
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME UnBlock[0m
-
- [0;1mFUNCTION [0mClear the block markers for the current window.
-
- [0;1mEXAMPLE [0mUnBlock
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mBlock
-
-
-
-
-
-
-
- [0;1mNAME Undo[0m
-
- [0;1mFUNCTION [0mUndo changes of the current line.
-
- [0;1mEXAMPLE [0mUndo
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO[0m
-
-
- [0;1mNAME UndoDelLine[0m
-
- [0;1mFUNCTION [0mInsert the last deleted line.
-
- [0;1mEXAMPLE [0mUndoDelLine
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mDelLine
-
-
- [0;1mNAME Up[0m
-
- [0;1mFUNCTION [0mCursor up.
-
- [0;1mEXAMPLE [0mUp
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mDown
-
-
- [0;1mNAME WDelLeft[0m
-
- [0;1mFUNCTION [0m Delete previous word. If the cursor is in the
- middle of a word, this word will be deleted.
-
- [0;1mEXAMPLE [0mWDelLeft
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mWDelRight
-
-
- [0;1mNAME WDelRight[0m
-
- [0;1mFUNCTION [0mDelete next word. If the cursor is in the
- middle of a word, this word will be deleted.
-
- [0;1mEXAMPLE [0mWDelRight
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mWDelLeft
-
-
-
-
-
- [0;1mNAME Width n[0m
-
- [0;1mFUNCTION [0mSet text-width to n columns. Text-width is
- relative to left edge.
-
- [0;1mEXAMPLE [0mWidth 60
-
- [0;1mRETURN [0mIn case of failure: ErrorCode 9 Severity 1
-
- [0;1mSEE ALSO [0mLeftEdge
-
-
- [0;1mNAME WindowToBack[0m
-
- [0;1mFUNCTION [0mThrust the current window into the background.
-
- [0;1mEXAMPLE [0mWindowToBack
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mWindowToFront, ScreenToBack, ScreenToFront
-
-
- [0;1mNAME WindowToFront[0m
-
- [0;1mFUNCTION [0mThrust the current window into the foreground.
-
- [0;1mEXAMPLE [0mWindowToFront
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mWindowToBack, ScreenToBack, ScreenToFront
-
-
- [0;1mNAME WLeft[0m
-
- [0;1mFUNCTION [0mMove to the beginning of the previous word. If the
- cursor is in the middle of a word, move to
- beginning of current word.
-
- [0;1mEXAMPLE [0mWLeft
-
- [0;1mRETURN[0m
-
- [0;1mSEE ALSO [0mWRight
-
-
- [0;1mNAME WRight[0m
-
- [0;1mFUNCTION [0mMove to the beginning of the next word.
-
- [0;1mEXAMPLE [0mWRight
-
- [0;1mRETURN[0m
-
-
- [0m[1 p